google.golang.org/grpc/internal/transport.http2Client.prevGoAwayID (field)
5 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L121: prevGoAwayID uint32
http2_client.go#L1291: if id > t.prevGoAwayID {
http2_client.go#L1293: t.Close(connectionErrorf(true, nil, "received goaway with stream id: %v, which exceeds stream id of previous goaway: %v", id, t.prevGoAwayID))
http2_client.go#L1310: upperLimit := t.prevGoAwayID
http2_client.go#L1315: t.prevGoAwayID = id
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)